Skip to content

Conversation

@roblabla
Copy link

These allow accessing the underlying writer, which can be useful to read out the underlying state, for instance to send it out.

In my case, I need to zip chunks to a Vec, that will be periodically (after X writes) be sent out to the network and replaced. We have to work this way due to API constraints.

Most of the compression crates out there already offer support for getting the underlying writer (bzip2, zstd, flate2).

Note: this depends on:

@AlexTMjugador
Copy link

I just noticed this PR was created, so I've just published a new zopfli release to make the required change available without dependency patching 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants